home *** CD-ROM | disk | FTP | other *** search
/ Dr. Windows 3 / dr win3.zip / dr win3 / PVDRIVER / WIN907.ZIP / READTEST.TXT < prev    next >
Text File  |  1992-12-17  |  5KB  |  131 lines

  1.  
  2.         HOW TO USE THE WINDOWS 907/VECTOR TEST FILES
  3.  
  4.  
  5. There are two test files included with the CalComp 907 Vector driver for
  6. Windows. They are;
  7.            1) WIN907.TST
  8.            2) WIN907.PLT
  9.  
  10. The purpose of these files is to help you to quickly and easily verify that 
  11. your newly installed CalComp Windows Vector driver is working correctly.
  12. Both files produce exactly the same output. 
  13.  
  14.  
  15.  
  16. The WIN907.TST file
  17. ===================
  18. You must initially install the driver before you can run this test
  19. file. (Refer to the installation information in the Windows 907 driver 
  20. documentation supplied by CalComp.)
  21.  
  22. WIN907.TST was created from within Microsoft Windows version 3.1.
  23. The application used was Freelance Graphics version 1.0 for Windows.
  24. After being created in Freelance Graphics, the file was "cut" and
  25. "pasted" into Windows Write. Windows Write is supplied as a standard
  26. part of the Windows 3.1 package. It is accessed through the "Accessories"
  27. Program Group.
  28.  
  29.  
  30. The WIN907.TST file is to be called up into the Windows Write application 
  31. and printed or plotted on your particular CalComp device using the CalComp
  32. Windows Vector driver. The WIN907.TST file enables you to see, on the 
  33. screen, from within a standard Windows 3.1 application, exactly what you
  34. will be printing.
  35.  
  36.  
  37. Configure the driver as follows to plot or print this file:
  38.  
  39.     1) Select your CalComp model
  40.  
  41.     2) Select paper size of "A" (letter size, 8.5 x 11, portrait)
  42.  
  43.     3) Click-on "Configuration" and select the following parameters:
  44.  
  45.         - Sync Code Value = 02
  46.         - Number of Syncs =  1
  47.         - End of Buffer   = 03
  48.         - Checksum        = disabled
  49.         - Stepsize        = Match with your selected model;
  50.  
  51.               - If ColorMaster Plus VRC or ColorView (5913)
  52.                 use 300 steps and 1/1 numerator and denominator
  53.  
  54.               - If PlotMaster or ColorView (5912) use 200 steps
  55.                 and 1/1 numerator and denominator
  56.  
  57.               - Electrostatics and DrawingMasters may be used at 
  58.                 either 400 or 2032
  59.                
  60.               - All pen plotters automatically set for 2032
  61.  
  62.     4) Click-on "OK", then "OK" again from the first window and then 
  63.        click-on "Close".
  64.  
  65.  
  66. Be sure that your CalComp printer or plotter matches the above configuration
  67. parameters. For information regarding the configuration of your CalComp
  68. device please refer to your User's Guide.
  69.  
  70. Now, with the WIN907.TST file "opened" in Windows Write, click-on "File" and 
  71. then "Print". Finally, click-on "OK" from the "Print" window.
  72.  
  73.  
  74.  
  75. The WIN907.PLT file
  76. ===================
  77. WIN907.PLT is a plotfile created with the CalComp Windows 907 Vector driver.
  78. It was created from the WIN907.TST file using the CalComp driver configured 
  79. to print or plot to a file.
  80.  
  81. To run this test file, your CalComp printer or plotter must be configured 
  82. with the parameters listed above (in the first section which covered the 
  83. WIN907.TST file). The stepsize for this file is 2032. To test this file
  84. on printers, numerator and denominator should be set as follows:
  85.  
  86.                          Numerator     Denominator
  87.                          =========     ===========
  88. ColorMaster Plus VRC and ColorView 5913  -       2430         16460
  89.  
  90. PlotMaster and ColorView 5912  - - - - - -        125          1397
  91.  
  92.  
  93. The WIN907.PLT plotfile does include the appropriate CDCL configuration
  94. commands as part its header. If your CalComp device supports CDCL, it will
  95. be automatically configured with the parameters listed above (including 
  96. stepsize). Otherwise, refer to the instructions for CalComp device port 
  97. configuration found in your User's Guide.
  98.  
  99.  
  100.  
  101. Although this file does not test the CalComp Windows Vector driver itself,
  102. it does serve as a verification of the printer or plotter setup as well
  103. as to the correct hardware connection. It also provides a ready sample or
  104. yardstick of output quality and speed from a plot created in a Windows 3.1
  105. application using the CalComp 907 Windows Vector driver. (i.e., how long
  106. does it take to plot the file and what does it look like)
  107.  
  108.  
  109. To print or plot this file, proceed with following steps:
  110.  
  111.     1) At the DOS prompt, configure your computer's port with the DOS 
  112.        MODE command for the specific computer port you have connected 
  113.        to your CalComp device. (i.e. parallel or serial). 
  114.  
  115.         examples:  C:\>MODE LPT1:,,P  <RETURN>
  116.               
  117.                C:\>MODE COM1:9600,N,8,1,P  <RETURN>
  118.  
  119.        Substitute the "P" with a "B" if your DOS version is 4.x.
  120.  
  121.        If you are going to use the serial port, be sure the CalComp
  122.        device is set for 9600,N,8,1 and hardware handshake (also called
  123.        direct control or CTS).
  124.  
  125.     2) Use the DOS COPY command to send this file down to the CalComp
  126.        device.
  127.  
  128.         examples:  C:\>COPY WIN907.PLT COM1  <RETURN>
  129.  
  130.                C:\>COPY WIN907.PLT LPT1  <RETURN>
  131.